Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.DrawFrame Class

A class representing drawing frame in odt document.

A drawing frame can for example host a image in it.

ParagraphItem
   DrawFrame

class EinhugurODT.DrawFrame

Constructors

DrawFrame (private) Private constructor.

Properties

AutoStyleReturns object for automatic styling for the DrawFrame.
InternalPathReturns internal path for the image which can be used to use the image in more than one place in the odt document without attaching second copy.
OwnerParagraph (Inherited) Returns the Paragraph which owns the ParagraphItem.
PictureDataReturns the raw data for the picture as String.
PictureTypeReturns type of the picture.
Type (Inherited) Returns the type of the ParagraphItem.
ZIndexSets or gets the Z-index of the drawing frame.

Methods

HeightSets or gets width of the drawing frame.
WidthSets or gets width of the drawing frame.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS